###############################################
##The Inheritance of Maine Events (No France)##
##          Concept by Fate                  ##
##     Scripted by Johnny Canuck             ##
###############################################

#The Inheritance of Maine#
event = {

	id = 20075
	trigger = {
		event = 20004
		NOT = { event = 20007 }
		exists = ENG
		owned = {
			province = 412 #Maine
			data = PRO
			}
		NOT = {
			war = { country = ENG country = PRO }
			}
		NOT = { monarch = 04691 }
		}
	random = no
	country = PRO
	name = "EVENTNAME20075"
	desc = "EVENTHIST20075"
	style = 1

	date = { day = 1 month = january year = 1480 }
	offset = 30
	deathdate = { day = 1 month = january year = 1485 }

	action_a ={
		name = "ACTIONNAME20075A"
		command = { type = secedeprovince which = ENG value = 412 } #Maine
		command = { type = relation which = ENG value = 100 }
		command = { type = trigger which = 20076 }
	}

	action_b ={
		name = "ACTIONNAME20075B"
		command = { type = relation which = ENG value = -50 }
		command = { type = stability value = -2 }
		command = { type = trigger which = 20077 }
	}
}

event = {
	id = 20069
	trigger = {
		vassal   = { country = ENG country = PRO } 
		NOT = {
			war   = { country = FRA country = PRO } 
			}
		OR = {
			event = 20008 #France threw off English rule#
			event = 3588 #a french minor became france#
			event = 3589
			event = 3590
			event = 3591
			event = 3592
			event = 3593
			event = 3594
			event = 3601
			event = 3604
			event = 3606
			event = 20100
			}
			owned = {
					province = 385
					data = FRA
				}
		}
	random = no
	country = PRO
	name = "EVENTNAME20069"
	desc = "EVENTHIST20069"
	style = 1
	date = { day = 1 month = january year = 1419 }
	offset = 60
	deathdate = { day = 13 month = july year = 1789 }


	action_a ={				#France#
		name = "ACTIONNAME20069A"
		command = { type = trigger   which = 20070 }
 		command = { type = relation which = ENG value = -200 } 
		command = { type = breakvassal which = ENG } 
		command = { type = stability   value = 3 } 
		}
	action_b ={				#England#
		name = "ACTIONNAME20069B"
		command = { type = relation which = ENG value = 50 } 
		command = { type = relation which = FRA value = -100 }
		command = { type = stability   value = -1 } 
		}
	action_c ={				#neither#
		name = "ACTIONNAME20069C"
		command = { type = relation which = ENG value = -100 }
		command = { type = relation which = FRA value = -100 }
		command = { type = breakvassal which = ENG }  
		}
	}
